home *** CD-ROM | disk | FTP | other *** search
- -- card: 6088 from stack: in.
- -- bmap block id: 9264
- -- flags: 4000
- -- background id: 6163
- -- name: 2
- ----- HyperTalk script -----
- on mouseUp
- if the mouseLoc is within "4,5,134,68" then
- set visible of fld "Vertex" to NOT visible of fld "Vertex"
- end if
- if the mouseLoc is within "4,65,134,146" then
- set visible of fld "Variables" to NOT visible of fld "Variables"
- end if
- end mouseUp
-
-
- -- part contents for background part 4
- ----- text -----
- Variables
- A = -5
- B = 10
- C = 5
-
-
- -- part contents for background part 5
- ----- text -----
- Vertex
- X = 1
- Y = 10
-